home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / 422mods.zip / TFC019.FIX < prev    next >
Text File  |  1993-03-18  |  1KB  |  33 lines

  1. Problems with TFC019.MOD
  2. The Flying Chicken [SysOp] #1 @12456
  3. 3Tuesday, March 16, 1993  1 6:32 pm
  4. 2Subject: 3Okay a couple of things,
  5. 2Author : 3Dawg #467 @13468
  6.  
  7. 7D> 0I like the mod, but I had a problem compiling the cnvtdirs.c program. 
  8. 7D> 0I'll assume you meant the line in the bottom to be something like:
  9. 7D> 0
  10. 7D> 0new.filepoints = ((old.numbytes + 1023 ) / 1024);
  11. 7D> 0
  12. 7D> 0instead of     = new.uk?
  13. 7D> 0
  14. 7D> 0I'm not overly sure what I have is correct, but it was my best guess. 
  15. 7D> 0There is also some code in xferovl.c you define a variable points, but
  16. 7D> 0use pts in the code.  I assume they are the same?
  17.  
  18. 1Quite correct, on both counts.  Okay guys, fix to the TFC019 mod.0
  19.  
  20. 11.  In CNVTDIRS.C, change0
  21. 1     0
  22. 1          2new.filepoints = new.uk0
  23.  
  24. 2     1to0
  25.  
  26. 1          2new.filepoints = ((old.numbytes + 1023) / 1024);0
  27.  
  28. 12.  In TFC019.422, in XFEROVL.C in the download_temp_arc() function,0
  29. 1    I tell you to use a variable called 'pts'.  The variable should0
  30. 1    be 'points'.  This code is in step 18 of the mod.0
  31.  
  32. 2Dawg, thanks for catching those....  'preciate the respose.0
  33.